cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

Ceq
Journeyman III

Using x64 SDK 1.3 to generate 32 bit binaries

Hi, I need help with SDK 1.3
I've a installed Visual Studio Express Edition, but I use WinXP 64
Visual Studio Express only generates 32 bit executables.

The problem is that the new x64 SDK doesn't support 32 bit builds (can't link x64 brook.dll)
error LNK2019: unresolved external symbol ...

Installing 32 bit SDK doesn't work either.
(Can't find amdcalcl.dll)

I've tryed adding "amdcalcl.dll" and "amdcalrt.dll" from the 32 bit installation, but this way execution uses software backend:
"Failed to initialize CAL runtime, falling back to CPU"

Is there a way to get 32 bit builds working on WinXP64?
Thanks


EDIT:

Sorry, I hadn't read the release notes...
"19. Creating 32-Bit Applications on 64-Bit Systems:
- Currently, is not possible to create 32-bit applications on 64-bit systems using Brook+."
0 Likes
0 Replies