search for: hdll

Displaying 4 results from an estimated 4 matches for "hdll".

Did you mean: dll
2003 Oct 27
3
(PR#4806)
...quot;,x,y) x<-1:10 y<-2:10 test(x,y) The C++ code is below #include <windows.h> #include <R.h> #include <Rinternals.h> HWND hWndMain; HINSTANCE hInst; HGLOBAL hXloperArray; //32 bit Entry point #define CLASS_NAME_BUFFER 50 BOOL WINAPI DllMain(HINSTANCE hDLL, DWORD dwReason, LPVOID lpReserved) { extern HWND hWndMain; extern HINSTANCE hInst; hInst = hDLL; return TRUE; } extern "C" int FAR PASCAL WEP (int nArgument) { return 1; } extern "C" __declspec(dllexport) SEXP __stdcall...
2005 Feb 06
7
SHGetFolderPath and stuff
Hi all, I was taking another look at SHGetFolderPath() and related stuff today based on suggestions from Shanko and Zach. I think this would be fairly simple. My main question is, where do we put these values? Under File, Dir, or Shell? Or somewhere else? I vote Dir, since all the special CSIDL seem to be directories. Thus you would have something like: Dir::ADMINTOOLS Dir::BITBUCKET
2008 Dec 15
1
WineLib and Java Native Interface (JNI) - UNIX
...system. I have used WineLib to wrapper Window Dlls to the Share Object Lib (so lib) (Using Winedump and Winegcc to build). The functions in the so lib can work normally with my C main test function. BUT when I call it from Java. The function can linked BUT it is crashed at the WineLib functions: hDLL = LoadLibraryA("HelloImpl.dll") or pFunc=(void*)GetProcAddress(hDLL,"?sayHello@@YAXPAD at Z"); The below is some my code: 1. Run winedump from window dll winedump spec -f dump HelloImpl.dll -I "*.h" 2. Add Java Native Interface to HelloImpl_main.c and make a Share...
2012 Aug 07
6
Big Bug:Time in VM running on xen goes slower
Dear all: I have found a big bug on xen concerning time virtualization. Please let me show you the whole process: 1 Phenomenon when I run a JVM based program in IE browser in my Virtual Machine, I have found clearly that time at the right bottom corner in my VM gets more slower and slower. I studied the bug deeply, and found something below. 2 Xen vmx_vmexit_handler --> ......... -->