I've read through the other threads concerning the LS API, but it seems like things have changed. I have a sample and documentation that they provide, honestly it's beyond my current knowledge of c++ so I'm hoping to get some advice here on how to get started.
The docs tell you how to create a graybox extension using the MS foundation class.. which I assume is the easiest/fastest way to get something up and running. I've been learning on VC++ Express but a lot of the code provided by LS shows errors in this IDE. A few questions I have are: Is that because it is using managed code not compatible with this compiler? Do you need Visual Studio Pro to access the MFC? Is there a way around it?
The docs tell you how to create a graybox extension using the MS foundation class.. which I assume is the easiest/fastest way to get something up and running. I've been learning on VC++ Express but a lot of the code provided by LS shows errors in this IDE. A few questions I have are: Is that because it is using managed code not compatible with this compiler? Do you need Visual Studio Pro to access the MFC? Is there a way around it?