PlotLab Visual C++/MFC
How do I use this without MFC???
Thread Starter: Brian Started: 7/25/2007 11:21 PM UTC
Replies: 1
How do I use this without MFC???

I would really like to use this data visualization tool you have created. Unfortunately my program is not using MFC. Is there any way to cirumvent this? Thanks!

-Brian

Re: How do I use this without MFC???
Hi Brian,

Unfortunately the library does rely on some MFC classes, however the reliance is relatively minimal - mainly the String class. You should be able to use it in non MFC program, as long as the MFC strings are still available there. If this is non acceptable, we can experiment with some other options, but it may not be a vary quick solution :-( . The MFC reliance has been dome at minimum exactly so we can eventually offer a non MFC version.

With best regards,
  Boian Mitov

Brian wrote:
I would really like to use this data visualization tool you have created. Unfortunately my program is not using MFC. Is there any way to cirumvent this? Thanks!
-Brian