Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
OpenFilesListPlus plugin
earlgrey:
>> You don't provide Windows project files.
>> - a lot of serious compiler warnings that should be fixed
I'm currently downloading that "community edition 2015" thing
>>- using jump marks Non-negotiable
All the rest sounds right ( I think that since I didn't have many downloads, I felt free to digress and experiment ).
>>Maybe you can create a simple, cleaned-up version in a release branch? It is work in progress, and I shall remove also the logs and the checks in it.
>>in the current stage as the plugin is it won't make it into an official plugin That's not my final goal, I use my plugin myself and I'm happy with that, it does what I wanted. But I knew the idea was good :)
earlgrey:
--- Quote ---BTW: You don't provide Windows project files. So many people will miss your plugin effort.
--- End quote ---
I have not used ms products since years, but I got some skills in that ; unfortunately :
I am unable to compile a vc++ ( visual studio community 2015 ) solution of my plugin :
* wxWidgets-2.8.12-rc2 related unresolved external
* virtual wxDragResult wxDataObject::OnData (wxCoord x, wxCoord y, wxDragResult defResult)=0
Calling convention / some compilation option between plugin and wxWidgets dll ? I tried with x32-TDMgcc .lib and x32-VC++ .lib
* codeblocks unresolved externals
* All functions
using C::B@svn10631 codeblocks.lib created from C::B@svn10631[x32-TDMgcc] codeblocks.dll with dlltool
* I have to modify C::B sources
* prep.h : std::nullptr_t already defined
* prep.h : #include <memory> instead of #include <tr1/memory> I am unable to compile C::B@svn10631 within C::B@10631[x32-TDMgcc] with VC++ toolchain
* core incompatibility
* somefile.h : #include <sys/time.h> is unix specific
something has to be configured somewhere ? Is codeblocks-13.12-setup.exe built with VC++ ? how do you do that ?
All that stuff is eating my time up ; Any tip / advice welcome
oBFusCATed:
Nope, use a tdm release of the GCC compiler.
MortenMacFly:
--- Quote from: earlgrey on January 06, 2016, 08:48:51 am --- I am unable to compile a vc++ ( visual studio community 2015 ) solution of my plugin :
--- End quote ---
Why would you want to do that? With Windows files I mean C::B project files that compile under Windows using (TDM)/GCC, of course.
That was maybe a misunderstanding. We use GCC on Windows, too. Not VC.
Check the other plugins they usually have a FOO-unix.cbp and a FOO.cbp file. The first one is for Unix, the latter for Windows. Take this as a starter.
earlgrey:
--- Quote from: MortenMacFly on January 06, 2016, 11:32:43 am ---That was maybe a misunderstanding
--- End quote ---
Yes - Anyway, I am relieved that I shall not have to deal with msvc ( and incidentally I fixed by MOOTMGR-is-missing pb )
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version