New topic: Use DLL's
<http://forums.realsoftware.com/viewtopic.php?t=37997> Page 1 of 1 [ 1 post ] Previous topic | Next topic Author Message Carharttguy Post subject: Use DLL'sPosted: Tue Mar 08, 2011 2:57 pm Joined: Wed Sep 17, 2008 2:45 pm Posts: 127 Hi, I made some DLL with VB.net Code:Class Test Public Function Test2() as integer Return 2 End Function End Class I build this, and put it in the same folder as an RB app with this code: Code:Declare Function Test2 Lib "Test.dll" This generates an app error. What is wrong with my method? Thanks! _________________ My native language is not English. Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 1 post ] -- Over 1500 classes with 29000 functions in one REALbasic plug-in collection. The Monkeybread Software Realbasic Plugin v9.3. http://www.monkeybreadsoftware.de/realbasic/plugins.shtml [email protected]
