Search found 7 matches

by WindSolutions
Thu Apr 26, 2012 10:45 am
Forum: General
Topic: Compilation of Firemonkey application with OS X target fix
Replies: 7
Views: 24360

Re: Compilation of Firemonkey application with OS X target fix

Thanks Jon, Here it is: Project1.cpp*--sysroot="C:\Users\Me\Documents\RAD Studio\Profiles\John" -D_DEBUG; -D_RTLDLL;USEPACKAGES -I"c:\program files (x86)\embarcadero\rad studio\9.0\include\osx\fmx";"c:\program files (x86)\embarcadero\rad studio\9.0\include";"c:\pro...
by WindSolutions
Mon Apr 23, 2012 11:16 am
Forum: General
Topic: Compilation of Firemonkey application with OS X target fix
Replies: 7
Views: 24360

Re: Compilation of Firemonkey application with OS X target fix

Here's the console output that should be helpful: Preparing... Making... Build started 23.04.2012 18:11:09. __________________________________________________ Project "C:\Users\Me\Desktop\FMTest\Project1.cbproj" (Make target(s)): Target MakeObjs: Target TCInitFileList: Deleting file "...
by WindSolutions
Mon Apr 23, 2012 11:06 am
Forum: General
Topic: Static libraries
Replies: 7
Views: 24105

Re: Static libraries

I dug a bit further and found the cause of the bug. I checked the Messages > Output memo to find the following: c:\program files (x86)\embarcadero\rad studio\9.0\bin\bcc32.exe -D_DEBUG -D_RTLDLL;USEPACKAGES -nWin32\Debug -I"C:\Program Files (x86)\Embarcadero\RAD Studio\9.0\include\boost_1_39\bo...
by WindSolutions
Thu Apr 19, 2012 9:19 am
Forum: General
Topic: Compilation of Firemonkey application with OS X target fix
Replies: 7
Views: 24360

Compilation of Firemonkey application with OS X target fix

Hello, Just tried compiling a Firemonkey application with 32 bit Windows as target platform and it works just fine, however when trying to compile the same application with the target platform changed to OS X it fails. It seems that TwineCompile is using the wrong includes. [C++ Error] sysmac.h(103,...
by WindSolutions
Thu Apr 19, 2012 9:13 am
Forum: General
Topic: Static libraries
Replies: 7
Views: 24105

Re: Static libraries

Exact same problem here but the above fix doesn't work. RAD Studio XE2 update 4.

Any clue?