Print Page | Close Window

Xtreme Ax/COM controls under WOW64

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=6283
Printed Date: 27 September 2024 at 4:04pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Xtreme Ax/COM controls under WOW64
Posted By: asifimam
Subject: Xtreme Ax/COM controls under WOW64
Date 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



Replies:
Posted By: asifimam
Date Posted: 31 January 2007 at 7:49am
 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net