|
-
Apr 7th, 2000, 12:04 PM
#1
Thread Starter
Addicted Member
Hello there! Here is what I did:
I wrote a program on my PC (running Win2000). I have the entire Visual Studio installed and the program uses the Chr() function like this:
SomeVariable = Chr(KeyAscii)
I tested the crap out of it on my PC and it works great. I took another PC, which I installed a fresh copy of Win98SE and VisualBasic 6 on. I copied all the program files (frm, vbp, etc) to this Win98SE PC. When I run the program from within the VB environment, the program halts and in my code "Chr" is highlighted. Obviously, VB doesn't have any clue what that function is from within Win98. Now, If I start a new project from that Win98 PC, I can use the Chr function all I want.
It seems that in the move over, that project has lost a critical "library reference" or some sort. Anybody happen to have a clue what library file "Chr" belongs to so I can add a reference to it?
Thanks!!
Phil
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
|