Code center > Bugs and fixes
Problem with 3.4 source code?
Ulciscor:
Hey, I've unzipped the source code and am having trouble running it...
I'm getting 'User-defined type not defined' on 'pos as Vector' in robots.bas
I have copied fastmathDLL.dll to system32 folder, and tried running regsvr32 at the command prompt to check if that was the problem but got even more weirdness there. Something about an entry point not being found and the file not being registered.
Am I doing something wrong? I reeeeally wanna get a peek at 3.4, someone help please!! :(
Numsgil:
Definatley not the DLL. You'll know the DLL problem because it says "can't find fastmath.dll"
Instead, there's some source missing.
Vector type should be defined in the common module (yes, that's what it's called).
It may be that the project file isn't including common.bas into the project. That'd be my guess. If that's the case, just insert it via project -> add file and look for common.bas.
Ulciscor:
There is no new common module in the .zip on the FTP, so I inserted the old one from the last version I have and it won't work.
Numsgil:
No, it wouldn't work since the entire vector class is new to 2.4.
I have no idea why it didn't include common.bas. I've reuploaded 2.4 to the FTP. It should work now.
Ulciscor:
You are probably fed up of me by now lol :lol: but I'm getting the dll not found error. Both the .dll and .lib files are copied to system32, regsvr32 still won't work.
Navigation
[0] Message Index
[#] Next page
Go to full version