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:
...
Search Result
Collapse
2 results in 0.0013 seconds.
Keywords
Members
Tags
-
Albert Lingelbach started a topic problem solved: error occurred while initializing the Profile Registryin DB2problem solved: error occurred while initializing the Profile Registry
-
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;
...