Click here to Skip to main content
15,886,873 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: read gmail account from .net . Pin
Brisingr Aerowing8-Jan-16 15:55
professionalBrisingr Aerowing8-Jan-16 15:55 
QuestionSame win app runs differently on different processor Pin
Member 1213438830-Dec-15 4:49
Member 1213438830-Dec-15 4:49 
AnswerRe: Same win app runs differently on different processor Pin
Dave Kreskowiak30-Dec-15 4:58
mveDave Kreskowiak30-Dec-15 4:58 
GeneralRe: Same win app runs differently on different processor Pin
Member 1213438830-Dec-15 5:02
Member 1213438830-Dec-15 5:02 
GeneralRe: Same win app runs differently on different processor Pin
Dave Kreskowiak30-Dec-15 5:11
mveDave Kreskowiak30-Dec-15 5:11 
AnswerRe: Same win app runs differently on different processor Pin
jschell30-Dec-15 7:00
jschell30-Dec-15 7:00 
GeneralRe: Same win app runs differently on different processor Pin
Member 1213438830-Dec-15 8:35
Member 1213438830-Dec-15 8:35 
GeneralRe: Same win app runs differently on different processor Pin
Dave Kreskowiak30-Dec-15 8:48
mveDave Kreskowiak30-Dec-15 8:48 
The thing is, the native code you run on the Intel PC may not be the same native code you run on the AMD. When you compile your code in Visual Studio it gets compiled down to MSIL language, NOT NATIVE CODE TO THE PROCESSOR. When you launch the .EXE, the MSIL code get's JIT'd down to native code that the processor actually runs. This JIT is compiled for the chip you're running the MSIL code on.

I keep asking you for the code you're having the problem with and you keep ignoring that request. Without, there is very little anyone can tell you that's going to be of any use and surely no actual solutions to the problem.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

GeneralRe: Same win app runs differently on different processor Pin
jschell31-Dec-15 5:37
jschell31-Dec-15 5:37 
Questionmy code project account is facebook linked . how can i convert it into based on my email id . Pin
Ashutosh shukla20728-Dec-15 3:13
Ashutosh shukla20728-Dec-15 3:13 
AnswerRe: my code project account is facebook linked . how can i convert it into based on my email id . Pin
Dave Kreskowiak28-Dec-15 4:02
mveDave Kreskowiak28-Dec-15 4:02 
GeneralRe: my code project account is facebook linked . how can i convert it into based on my email id . Pin
Ashutosh shukla20728-Dec-15 4:09
Ashutosh shukla20728-Dec-15 4:09 
QuestionSpeed of xml database with visual basic 2010 Pin
ahmed_faeq25-Dec-15 1:23
ahmed_faeq25-Dec-15 1:23 
AnswerRe: Speed of xml database with visual basic 2010 Pin
Dave Kreskowiak25-Dec-15 3:55
mveDave Kreskowiak25-Dec-15 3:55 
GeneralRe: Speed of xml database with visual basic 2010 Pin
ahmed_faeq25-Dec-15 4:44
ahmed_faeq25-Dec-15 4:44 
QuestionIntel DLL &N .NET Pin
Member 1222110921-Dec-15 6:23
Member 1222110921-Dec-15 6:23 
AnswerRe: Intel DLL &N .NET Pin
Gerry Schmitz21-Dec-15 9:57
mveGerry Schmitz21-Dec-15 9:57 
GeneralGet the phone number from the modem when the line is ringing .net c#? Pin
srini231218-Dec-15 22:01
srini231218-Dec-15 22:01 
GeneralRe: Get the phone number from the modem when the line is ringing .net c#? Pin
Richard Andrew x6419-Dec-15 8:25
professionalRichard Andrew x6419-Dec-15 8:25 
QuestionCrate more then table in sql server 2005, one click using c# dot net best way Pin
Yogendra Gurjar11-Dec-15 22:20
Yogendra Gurjar11-Dec-15 22:20 
AnswerRe: Crate more then table in sql server 2005, one click using c# dot net best way Pin
Dave Kreskowiak14-Dec-15 4:53
mveDave Kreskowiak14-Dec-15 4:53 
AnswerRe: Crate more then table in sql server 2005, one click using c# dot net best way Pin
CHill6014-Dec-15 7:01
mveCHill6014-Dec-15 7:01 
QuestionPrint multiple table rdlc report without view in vb.net 2010 Pin
ganesh tale4-Dec-15 16:36
ganesh tale4-Dec-15 16:36 
Question[C# 2008] How to detect any user interaction to implement a screensaver in a Compact Framework environment Pin
steve_94966133-Dec-15 4:44
professionalsteve_94966133-Dec-15 4:44 
AnswerRe: [C# 2008] How to detect any user interaction to implement a screensaver in a Compact Framework environment Pin
Eddy Vluggen3-Dec-15 4:52
professionalEddy Vluggen3-Dec-15 4:52 

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.