News:

Function Finder  Find all the functions within source code files

Main Menu

Link Error?

Started by mindsafe, November 03, 2008, 12:42:35 PM

Previous topic - Next topic

mindsafe

When I start up PB and write these small amout of code:

print "test"
waitkey

And then run with F5, no problem, it works fine, but if I
want to deploy it, it will give me an linker error and no
file is created...

See attached JPEG for more info.

So what is wrong, and how do I fix it? I run Vista 32bit.

I have PG compiler version 1.64c and editor 1.1.7b.

Thanks in advance!

/Mindsafe




monkeybot

it looks like it has done it,it usually stores it in your source folder.

thaaks

Yes, I get this error message every time I deploy (on Windows XP SP 3)
But the executable is generated and can be found in the project directory as monkeybot already said.

Are you sure there's no executable generated for you?

mindsafe

#3
Well, it turned out if I save the project to a certain folder, the link error does not appear.

But if I restart the editor, write code, do not save the project to disc, and then choose to deploy, it will not generate any
exe file.

So i've guessing that the linker does not know where to write it's code...
Something for Kevin to look up!

Anyway thanks for the replay  ;D

/Mindsafe