Bonjour,
J'avais installé un convertisseur gnome graphique XML vers PDF/HTML/CHM sur un poste mais je ne retrouve pas le nom de ce programme? Une idée ?
Forum général.cherche-logiciel Convertisseur XML vers PDF/HTML/CHM
28
juin
2006
Bonjour a tous.
Voila, j'ai essayé d'installer les drivers pour la logitech quick cam express, et il veux pas me le compiler…
naboo@NabooDisk:/usr/src/modules/qc-usb-source$ ./quickcam.sh
-=- Logitech QuickCam USB camera driver installer -=-
Hello! I am the (hopefully) easy-to-use, fully automated
qc-usb driver installation script.
At the moment, this is experimental, and if it doesn't work,
don't hesitate to quit this with Ctrl+C and install the
driver manually.
The driver is provided in source code form, so it has to be (…)
DString Experiment::FullShotPath(DString &relativepath);
void *Experiment::GetDataptr(const DString &name, DataType dType, DataAccess dAccess)
{
//First get the full data name
DString FileName;
size_t iLPos = name.RFind('\\');
[...]
FileName = FullShotPath(name.Left(iLPos));
Experiment.cpp: In member function `void* Experiment::GetDataptr(const DString&, DataType, DataAccess)':
Experiment.cpp:277: error: no matching function for call to `Experiment::FullShotPath(DString)'
Experiment.cpp:148: note: candidates are: DString Experiment::FullShotPath(DString&)