Error Messages??

Hi,
when I compile my existing Real Studio 2012r1 project using Xojo, it compiles fine, BUT, when I try to run the app (windows 7), I get the following error message:

[code]Runtime Error
Press OK to Continue
Press Cancel to Quit.

Please report what caused this error
along with the information below.

…\…\…\…\Common\Loaders\Loader.cpp:116
Failure Condition: funcAddress
Function ‘FolderItemPathGetter’ was not exported[/code]

When I click on OK, I then get a similiar error message:

[code]Runtime Error
Press OK to Continue
Press Cancel to Quit.

Please report what caused this error
along with the information below.

…\…\…\…\Common\Loaders\Loader.cpp:116
Failure Condition: funcAddress
Function ‘FRuntimeGraphicsPrintingCancelled’ was not exported[/code]

I then get about 6 other similiar error messages.

Any ideas what could be wrong?

Do these errors appear when your debug run or just running a built app or both?

did you move the compiled EXE but fail to take the DLLs along with it?

No idea, as I created the project on a Mac and run it on windows 7.
All of the file paths are windows format, so it will not run in debug mode :frowning:

The DLL’s were already on the windows machine, so I only copied over the newly compiled exe.

Ah yes that’s the problem you have old DLLs, make sure to copy the entire Libs folder too and replace the old ones

Duh,
that worked - all is now working perfectly ! :slight_smile: :slight_smile: :slight_smile: