Search found 4 matches

by budunoff
Sat 8. Feb 2014, 22:28
Forum: Miscellaneous Topics
Topic: c code generation to dll file
Replies: 5
Views: 20975

Re: c code generation to dll file

update: i managed to build membrainlib.dll... 8-) , but when i try to debug membrainlibusageexample i get an error MemBrainDLL not found/cant load membrain.dll anyone knows what to do? thank you.
Alex.
by budunoff
Sat 8. Feb 2014, 19:02
Forum: Miscellaneous Topics
Topic: c code generation to dll file
Replies: 5
Views: 20975

Re: c code generation to dll file

i forgot to add that i couldnt add reference to file like mbdllwrapper.dll and membraindll.dll(and 64x) it gave me an error... :? . i use c# on visual studio 2013, windows7 sp1.
by budunoff
Sat 8. Feb 2014, 18:54
Forum: Miscellaneous Topics
Topic: c code generation to dll file
Replies: 5
Views: 20975

Re: c code generation to dll file

hi, thank you for your answer, it really helped. but now i have a new problem :( . i downloaded the c# wrapper and i cant build it to make a dll file, and so i cant make use of it. i now use visual studio 2013 express. if you can help me with how to build it or link to a built membrainLib.dll it wou...
by budunoff
Sat 1. Feb 2014, 14:51
Forum: Miscellaneous Topics
Topic: c code generation to dll file
Replies: 5
Views: 20975

c code generation to dll file

hi, im new to programming and to membrain, but i like membrain with all its possibilities. i created a net that works great for my needs and i want to make a dll file that will be able to "store" the finished net so that i will be able to import a function that will use that net, something...