No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
I am getting a casting error with: [CODE] page_directory[0] = page_table;[/CODE] where [CODE]unsigned long *page_directory = (unsigned long *) 0x9C000; unsigned long *page_table = (unsigned long *) 0x9D000;[/CODE] Note that this is to initialize paging at kernel level, so stdlib.h is NOT an option, as malloc() -- a memory allocation …
I have the same problem with: [CODE]page_directory[0] = page_table;[/CODE] where [CODE]unsigned long *page_directory = (unsigned long *) 0x9C000; unsigned long *page_table = (unsigned long *) 0x9D000;[/CODE] Note that this is to initialize paging at kernel level, so stdlib.h is NOT an option, as malloc() -- a memory allocation function -- …
I've made a program in c++ (unmanaged) How would I make it into a dll for use in other apps? also, instead of gets, or cin.getline, how do I pass a variable (named COM) from an app to the dll? (BTW: in using Dev-C++ 4.9.9.2)
The End.
SphinCorp