2006-08-07 09:04 AM - last edited on 2023-08-07 10:51 AM by Doreena Deng
2006-08-07 11:58 AM
2006-08-07 12:04 PM
2006-08-30 03:14 PM
d00_ape wrote:*bump*
Hi.
I'm an experieced .NET programmer. I wonder how I can start developing my own plugins in Archicad.
All tips are welcomed!
2006-10-03 10:57 AM
jmi wrote:No, it's C/C++ only. You can try to use VS 2005, but ArchiCAD is compiled with 2003, so the different runtime libraries may cause conflicts.
Is it possible to use Visual Studio 2005 and C# to develop my own plugin?
I have only found examples using c++...
2007-05-16 02:16 PM
2007-05-16 02:31 PM
2007-06-24 01:05 PM
"..\..\Support\Tools\Win\ResConv.exe" -m r -D WINDOWS -T W -q utf8 1252 -i Res\ResourceFileName.grc -o Release\ResourceFileName.grc.rc2Then you just select resource file in list and using Rich-Click menu say 'Compile', if all is ok, you'll see something like this in the log:
1>Compiling the localized GRC file... 1>Build log was saved at "...\Release\BuildLog.htm" 1>Project - 0 error(s), 0 warning(s) ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========I compile C examples from DevKit10 using VS 2005 with no troubles.