Author Topic: r8843 : two files can not be found !  (Read 4751 times)

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 563
  • L'ami de l'homme.The friend of man.
    • LETARTARE
r8843 : two files can not be found !
« on: January 31, 2013, 02:11:56 pm »
hello,
version C::B r8843 (win) in target sdk :
the launch of 'Plugin->Find broken files in project ' shows two missing files

Quote
src\include\mozilla_chardet\nsprpub\pr\include\prcpucfg_mac.h
Quote
src\include\mozilla_chardet\nsprpub\pr\include\prcpucfg_win.h

cordially

« Last Edit: February 16, 2013, 10:00:11 am by LETARTARE »
CB-13670, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-4.1.5
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-14.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3, gcc-13.3.0,
=> !! The messages are translated by 'Deepl'

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 563
  • L'ami de l'homme.The friend of man.
    • LETARTARE
Re: r8843 : two files can not be found !
« Reply #1 on: February 16, 2013, 10:04:48 am »
 I changed the title of this old post for update on 'Code::Blocks r8843'

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

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: r8843 : two files can not be found !
« Reply #2 on: February 16, 2013, 10:26:57 am »
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.