News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

r8843 : two files can not be found !

Started by LETARTARE, January 31, 2013, 02:11:56 PM

Previous topic - Next topic

LETARTARE

hello,
version C::B r8843 (win) in target sdk :
the launch of 'Plugin->Find broken files in project ' shows two missing files

Quotesrc\include\mozilla_chardet\nsprpub\pr\include\prcpucfg_mac.h
Quotesrc\include\mozilla_chardet\nsprpub\pr\include\prcpucfg_win.h

cordially

CB-13834, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-5.1.2
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0,
=> !! The messages are translated by 'Deepl'

LETARTARE

 I changed the title of this old post for update on 'Code::Blocks r8843'

cordially
CB-13834, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-5.1.2
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0,
=> !! The messages are translated by 'Deepl'

ollydbg

Thanks, it looks like this issue does not caused by the change of rev8843,  :)
Maybe, this issue exists for a long time like merging of new version of mozilla_chardet.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.