Xtreme Ax/COM controls under WOW64 |
Post Reply |
Author | |
asifimam
Newbie Joined: 20 December 2006 Location: Pakistan Status: Offline Points: 6 |
Post Options
Thanks(0)
Posted: 31 January 2007 at 4:30am |
Hi All,
In conjunction with my previous post where I was looking for 64-bit enabled Xtreme COM controls(which are not supported currently)now another possibility is to run the xtreme toolkit in 32-bit emulated environment under 64 bit machines. That we call WOW64.
I have usccessfully installed SuitePro 10.3.1. I also have successfully converted c#.Net CalendarControl sample under VS2005. It builds/rebuildAll just fine(As a 32 bit App). While I try to execute it, it gives me runtime error. Something like ...
/***************************************/
Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
at line: 1141
file: frmMain.cs ((System.ComponentModel.ISupportInitialize)(this.wndCalendarControl)).EndInit();
/***************************************/
If any one can help or suggest any thing kindly help me out.
Thanks a Million.
|
|
Debug till Nobug
|
|
asifimam
Newbie Joined: 20 December 2006 Location: Pakistan Status: Offline Points: 6 |
Post Options
Thanks(0)
|
Finally it is done. What you'll need to run Xtreme ActiveX controls under WOW64 is
1. Goto project -> Properties ->Build
2. See Platform Target combo
3. Change it to x86 from 'Any CPU' option (This will explicitly tells that your application requires to run under 32 bit or WOW64. By default it is always 'AnyCPU'.
4. Re-Build and Run....
Ps: I am doing it all under VS8, and after converting VS7.1 projects into VS8.
Cheers.
|
|
Debug till Nobug
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |