Click here to Skip to main content
15,885,366 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to play power point files in C# Pin
RaviRanjanKr19-Dec-10 4:48
professionalRaviRanjanKr19-Dec-10 4:48 
Questionhistogram in c# Pin
mohammed alshaweesh18-Dec-10 14:00
mohammed alshaweesh18-Dec-10 14:00 
AnswerRe: histogram in c# Pin
Not Active18-Dec-10 14:05
mentorNot Active18-Dec-10 14:05 
AnswerRe: histogram in c# PinPopular
Dr.Walt Fair, PE18-Dec-10 15:02
professionalDr.Walt Fair, PE18-Dec-10 15:02 
QuestionLoading data from DB asynchronously in win forms Pin
Tridip Bhattacharjee18-Dec-10 6:58
professionalTridip Bhattacharjee18-Dec-10 6:58 
AnswerRe: Loading data from DB asynchronously in win forms Pin
Luc Pattyn18-Dec-10 7:18
sitebuilderLuc Pattyn18-Dec-10 7:18 
GeneralRe: Loading data from DB asynchronously in win forms Pin
Manfred Rudolf Bihy19-Dec-10 3:54
professionalManfred Rudolf Bihy19-Dec-10 3:54 
QuestionHow to port a 32 bit application on 64 bit OS Pin
Aseem Sharma18-Dec-10 6:55
Aseem Sharma18-Dec-10 6:55 
Hi friends,

I developed a 32 bit application around 2 years back. It could get installed (setup created using Inno Setup) on XP, Vista and Windows 7 32 bit. And it runs without any problem.

But now people have started shifting to 64 bit OSes. One of my friend tried to install my application on 64 bit Windows 7, but he could not install. Then he just copied binaries of my application on C drive (C:\MyApp directory). But then again, it didn't run.

I don't have any 64 bit machine and so could not try to run my application there. Please let me know, do I need to make changes either in installer or in my code so that my application start working on 64 bit OS? Here is my application detail:

1 Currently my application is installed in C:\Windows\System32 directory.
2 My application consists of
- one C++ dll (32-bit),
- C++ COM based ATL Service (32-bit) (it is registered with -RegServer and -Service command line parameters),
- 3 .net dlls/assemblies and
- one .net exe (the main exe).

While creating installer, do I need to make changes so that application could run on WOW platform? (like copying all above binaries in system32 or system64 directory)?

My application plays with all registry hives (HKEY_LOCAL_MACHINE, HKEY_CURRENT_USER, HKEY_CLASSES_ROOT and HKEY_UUSERS). Do I need some changes for access/changes to all these registry hives?

Please help me so that with minimum changes may application become able to run on all 64 bit OSes.

Thanks in Advance
AnswerRe: How to port a 32 bit application on 64 bit OS Pin
Dan Mos18-Dec-10 7:06
Dan Mos18-Dec-10 7:06 
AnswerRe: How to port a 32 bit application on 64 bit OS Pin
jschell20-Dec-10 8:51
jschell20-Dec-10 8:51 
GeneralRe: How to port a 32 bit application on 64 bit OS Pin
Aseem Sharma20-Dec-10 15:42
Aseem Sharma20-Dec-10 15:42 
QuestionWrapped ToolStrip Control Pin
Rafone18-Dec-10 3:09
Rafone18-Dec-10 3:09 
QuestionTrouble with ProcessInfo and UTF-8 parameters string containing a path and/or filename with japanese/chinese/german character for execute a Process Pin
plaguebreath18-Dec-10 2:21
plaguebreath18-Dec-10 2:21 
AnswerRe: Trouble with ProcessInfo and UTF-8 parameters string containing a path and/or filename with japanese/chinese/german character for execute a Process Pin
Luc Pattyn18-Dec-10 3:04
sitebuilderLuc Pattyn18-Dec-10 3:04 
Questionhow to get rid of Windows Mobile Device Center screen when i connect any device to my computer ? Pin
Gali197818-Dec-10 1:26
Gali197818-Dec-10 1:26 
AnswerRe: how to get rid of Windows Mobile Device Center screen when i connect any device to my computer ? Pin
Dave Kreskowiak18-Dec-10 3:05
mveDave Kreskowiak18-Dec-10 3:05 
AnswerRe: how to get rid of Windows Mobile Device Center screen when i connect any device to my computer ? Pin
RaviRanjanKr18-Dec-10 5:21
professionalRaviRanjanKr18-Dec-10 5:21 
QuestionWhat is the equivalent code in c#? Pin
Milad.Biroonvand17-Dec-10 22:05
Milad.Biroonvand17-Dec-10 22:05 
AnswerRe: What is the equivalent code in c#? Pin
RaviRanjanKr17-Dec-10 22:39
professionalRaviRanjanKr17-Dec-10 22:39 
AnswerRe: What is the equivalent code in c#? Pin
Richard MacCutchan17-Dec-10 23:34
mveRichard MacCutchan17-Dec-10 23:34 
AnswerRe: What is the equivalent code in c#? Pin
Luc Pattyn18-Dec-10 1:18
sitebuilderLuc Pattyn18-Dec-10 1:18 
GeneralRe: What is the equivalent code in c#? Pin
Dan Mos18-Dec-10 7:30
Dan Mos18-Dec-10 7:30 
GeneralRe: What is the equivalent code in c#? Pin
Henry Minute18-Dec-10 11:37
Henry Minute18-Dec-10 11:37 
QuestionRe: What is the equivalent code in c#? Pin
Luc Pattyn18-Dec-10 11:51
sitebuilderLuc Pattyn18-Dec-10 11:51 
AnswerRe: What is the equivalent code in c#? Pin
Henry Minute18-Dec-10 11:54
Henry Minute18-Dec-10 11:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.