Search Result

Collapse
2 results in 0.0013 seconds.
Keywords
Members
Tags
64bit
  •  

  • problem solved: error occurred while initializing the Profile Registry

    Just some notes from a recent problem, now solved, that might help the next poor soul who encounters it:

    At some point recently, my install of Toad for db2 on Win7 64-bit got fubared. I tried various re-installs, reboots, etc., of Toad, IBM db2 drivers, etc. Somewhere in that process, during one of the re-installs of Toad, I got the following error, after which the install would refuse to proceed and then unwind:

    ...
    See more | Go to post

  • togikan
    started a topic How to convert inline assembler to .asm file
    in C

    How to convert inline assembler to .asm file

    Hi all,

    I'm having a problem converting an inline assembler function to .asm file. I need seperate inline assembler code because in x64 architecture doesn't have support for inline assembly. Here is the code(and attached as a txt file IsVM.txt at the bottom),

    #include <windows.h>
    #include <string>
    #include <iostream>
    #include <tlhelp32.h>

    using namespace std;
    ...
    See more | Go to post
    Last edited by togikan; Jul 30 '10, 01:17 PM. Reason: added whole code
Working...