FYRe Posted August 15, 2005 Posted August 15, 2005 (edited) hmmm... I've been scratchin' my head, until I'm almost bald; tryin' to figure out a solution. It's about using VB .NET and a .dll program. Somehow, it can't seem to work. The following problem lies in an error when program is compiled & run : ! Name PicCountCard is not declared.[/COLOR]. Can anyone help me find out what's wrong with my programming? See attached : - DynamicLinkLabel (DLL) - DynamicLinkLabel (DLL).sln - Pics.dll thks, FYReDynamicLinkLabel (DLL).zip Edited August 15, 2005 by PlausiblyDamp Quote sOMEONE'S gONNA dO iT, wHY nOT yOU ?
Administrators PlausiblyDamp Posted August 15, 2005 Administrators Posted August 15, 2005 In your form load you need to change the line result = PicCountCard() to include the class name i.e. result = CPics.PicCountCard() you will also need to ensure the pics.dll is either in the same folder as the .exe or else somewhere within the systems path. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
FYRe Posted August 15, 2005 Author Posted August 15, 2005 thks... it works! hmmm... I've been scratchin' my head, until I'm almost bald; tryin' to figure out a solution. It's about using VB .NET and a .dll program. Somehow, it can't seem to work. The following problem lies in an error when program is compiled & run : ! Name PicCountCard is not declared.[/COLOR]. Can anyone help me find out what's wrong with my programming? See attached : - DynamicLinkLabel (DLL) - DynamicLinkLabel (DLL).sln - Pics.dll thks, FYRe ------------------------------------------------------------------------- It works! thk u very, very much. No wonder you're an E.X.P.E.R.T. But, too bad, I'm almost bald figuring out a solution. :( Juz jokin. :D ------------------------------------------------------------------------- Quote sOMEONE'S gONNA dO iT, wHY nOT yOU ?
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.