|
-
Apr 11th, 2001, 03:10 AM
#1
Thread Starter
Addicted Member
Goodday everybody...
Igot another problem, which is very weird to me...
Well, I created a DLL using VB. In the DLL, there's one expression statement, which is in a loop and I wanted to run the loop until the expression is FALSE. When I link the DLL with a VB written program, it run ok, meaning the expression will give the right value when tested. But when I link the DLL using VC++ written program, the expression always return TRUE even when it's suppose to be FALSE.
All I want to ask is... What really happen in the DLL code? Why can't it test the expression correctly? And how do I solve it?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|