Sorry, maybe i didn't make myself very clear.. I want to use it in a C++ program.. are there any libraries for Access?:confused: Alin Stoian
altfell
Posts
-
Storing data in a database.. -
Storing data in a database..Hello! How can I store data easily and free? I tried mysql++ but it has a conflict with managed classes. I would like to use the advantages of basic SQL commands, but without having to buy a server... Thank you in advance, Alin Stoian
-
Question about AfxBeginThread(...)Yes, it is easier to use managed threads. Thanx, Alin Stoian
-
Question about AfxBeginThread(...)Thanx, I tried what you've recomended. The problomem still persists because I can't transform a managed pointer into a void one... maybe I missed something. Anyway, your code works perfectly when using unmanaged classes like CMyAnswer. Alin Stoian
-
Question about AfxBeginThread(...)Hello! I need to have a thread that can modify a Form.. I tried passing a form pointer as a param, but AfxBeginThread(...,LPVOID) says it cannot convert from Form1 __gc* to LPVOID. And I cannot make a unmanaged structure that contains a Form*.. How can I overcome this problem? Alin Stoian
-
Find files that are being usedThanx. But that is an executable. I was searching for some source code, or even some main directions so that I can build my own '.cpp'. I only need the path of the files in the form of a string. Alin Stoian
-
Find files that are being usedHello. How can I find out what files on my computer are being modified? And not by scanning every file. Something like task manager maybe... Thanx. nothing