Quantcast
Channel: FiveTech Software tech support forums
Viewing all articles
Browse latest Browse all 26212

Resource BCC to VS

$
0
0
[quote="Antonio Linares":11qgmx04]If you are using a manifest file, this change is important if you build your app for 32 and bits using the same RC file: #if[b:11qgmx04]n[/b:11qgmx04]def __64__ 1 24 "WindowsXP.Manifest" #endif #ifdef __64__ 1 24 "WindowsXP.Manifest[b:11qgmx04]64[/b:11qgmx04]" #endif To compile your resources for 64 bits remember to use -D__64__ if EXIST %1.rc %bcdir%\bin\brc32 -r [b:11qgmx04]-D__64__[/b:11qgmx04] -I%bcdir%\include -I%bcdir%\include\windows\sdk %1[/quote:11qgmx04] Thank you, adding [code=fw:11qgmx04][/code:11qgmx04] also solved the problem in my previous post regarding VS2015 Now I'm going to test it with BCC7.1 and let you know the result

Viewing all articles
Browse latest Browse all 26212

Trending Articles