I don't think you can build an external in C# or VB,Net as its a managed .net language. You still can write C++ in an unmanaged mode (but Visual Studio doesn't default to that)
You could using VB6, Delphi, etc. however. Crystal reports stopped releasing the VCL (the visual components of Delphi) many years ago though (I am trying to solve that problem myself) so its not easy. They really want want you to use C++ for DLLs and dot net for client application framework. Neal Campbell Abroham Neal Software www.abrohamnealsoftware.com (540) 645 5394 NEW PHONE NUMBER Amateur Radio: K3NC Blog: http://www.abrohamnealsoftware.com/blog/ DXBase bug reports: email to [email protected] Abroham Neal forums: http:/www.abrohamnealsoftware.com/community/ On Tue, Mar 30, 2010 at 12:45 PM, Andrew Kluthe <[email protected]> wrote: > > C# > > Is it going to be out of the question to build an external that uses C# or > VB.NET code? I am finding lots of tuts on how to do what I need in these > languages (both of which, I am mildly familiar with). I know you can use > Visual C++ to build windows externals, but what about C# or VB .Net? > > > http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-export-pdf.htm > > http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-subreports.htm > -- > View this message in context: > http://n4.nabble.com/Crystal-Reports-tp1692831p1745503.html > Sent from the Revolution - User mailing list archive at Nabble.com. > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
