|
-
Mar 10th, 2005, 07:05 PM
#1
Thread Starter
Fanatic Member
Things to know
If you have a french version of VB installed (because you borrowed it from the school to (blank) then brought it back), don't expect to make DLLs easily.
See, when you're using the french version of VB, boolean values convert to strings like so:
false -> "faux"
true -> "vrai"
as opposed to the usual. They also convert back the same way. No problem, in the end, right? Wrong. When you compile the DLL, it's language switches to english. Any old data you have stored as a string (cause you're lazy) is instantly USELESS and crashes the program. So you have a program that works in the editor, but not when compiled.
Way to go, VB, version french.
Don't pay attention to this signature, it's contradictory.
-
Mar 10th, 2005, 07:20 PM
#2
Re: Things to know
Living in Queebeck (SP?) are we?
-
Mar 10th, 2005, 07:27 PM
#3
-
Mar 10th, 2005, 07:29 PM
#4
Re: Things to know
 Originally Posted by manavo11
Shut it Philip Manavopulei...
-
Mar 10th, 2005, 07:38 PM
#5
-
Mar 10th, 2005, 08:03 PM
#6
Re: Things to know
 Originally Posted by NoteMe
Shut it Philip Manavopulei... 
Ooooooooooooooooooh! He got ya there manavo
-
Mar 10th, 2005, 08:13 PM
#7
-
Mar 10th, 2005, 10:43 PM
#8
Thread Starter
Fanatic Member
Re: Things to know
No, I don't live in Quebec. I just went to a french high school.
This is even worse than that time I had a number that would CHANGE when I compiled the program.
It was something like this:
Const num as double = (high number)
msgbox num
In editor: output was num
Compiled: output was num-2
Don't pay attention to this signature, it's contradictory.
-
Mar 11th, 2005, 03:49 AM
#9
-
Mar 15th, 2005, 03:09 AM
#10
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
|