Brx files fail to load in BricsCAD

  Hello all 
I am a noob in Brx SDK and this question may seem trivial but I need guidance.
I have the latest SDK and latest BricsCAD version. I compiled the sample app in VS2013 following as described in compileHelp.txt and I succeeded compilation. Then I tried to open the Sample.brx in BricsCAD using APPLOAD here is what I get:

Loading C:\BRXSDK_r9634_for_Bcad_V16_1_05\samples\brxSample\Release_Bcad\Win32\Sample.brx
: (arxload "C:/BRXSDK_r9634_for_Bcad_V16_1_05/samples/brxSample/Release_Bcad/Win32/Sample.brx")
* (arxload) : can not LOAD file


Then I thought I could compile it in a wrong way and tried another tx file that I found on internet, which was used by other people. I got the same error again(can not load file....). 

What is the right procedure to load brx files correctly? What am I doing wrong?

Comments

  • Seems, you made all fine :-)

    Please note - that ./Win32 module is the x86 build, it can only be loaded in x86 BricsCAD;
    and x64 build can only be loaded in x64 BricsCAD ...

    did you try to load the 32bit / x86 module in x64 BricsCAD ?
    Also, compile as x64 build then ...

    hope this solves the problem ?
    many greetings !
  • Seems, you made all fine :-)

    Please note - that ./Win32 module is the x86 build, it can only be loaded in x86 BricsCAD;
    and x64 build can only be loaded in x64 BricsCAD ...

    did you try to load the 32bit / x86 module in x64 BricsCAD ?
    Also, compile as x64 build then ...

    hope this solves the problem ?
    many greetings !

    :)) Yes, seems like it is working now. I am always doing this trivial mistake it is my curse. Thanks a lot
This discussion has been closed.