Tuesday, June 21, 2011
Friday, June 17, 2011
t.cxx:21: error: too many initializers for ‘const __class_type_info_pseudo’
#include
struct ResourceMonitorClient { };
templatestruct ResourcePool : public ResourceMonitorClient {
virtual ~ResourcePool() { }
};
templatestruct BaseWriter {
BaseWriter() {
typeid(ResourcePool*);
}
virtual void run() {
ResourcePoolpool;
}
};
BaseWriterb;
Monday, June 13, 2011
QFacture suite
juste pour info je viens de retrouver la trace de QFacture dans linuxfr:
* https://linuxfr.org/news/qfacture-release-de-la-version-01
Il semblerait que dollibar existait avant:
* http://dolibarr.org/
* https://linuxfr.org/news/qfacture-release-de-la-version-01
Il semblerait que dollibar existait avant:
* http://dolibarr.org/
Logiciel de facturation pour Auto-Entrepreneur
Pas facile de trouver un logiciel de facturation simple pour auto-entrepreneur:
Depuis ce forum:
* http://forum.pcastuces.com/sujet.asp?f=23&s=28457
* http://www.commentcamarche.net/forum/affich-11153671-logiciel-de-facturation-pour-auto-entrepreneu
* http://rougeetmartin.com/2011/04/06/rendez-vous-debut-mars-pour-le-lancement-du-site/
On peux trouver des references à:
* http://www.myae.fr/
* http://www.autoentreprenons.fr/
* http://www.gestan.fr/fonctionnalites/historique-des-versions/
* http://www.ciel.com/logiciels-ciel-auto-entrepreneur.aspx
myae & autoentreprenons sont des interfaces qui necessite un acces web. Je n'ai pas reussi à installer gestan sur mon windows 7 (64bits), l'installation ne s'arrete jamais...
J'ai essayer ciel version AE, l'installation passe bien, la configuration est simple, on rentre le SIRET, il rempli les champs nom, adresse et teléphone automatiquement...mais ensuite l'interface est totalement illisible !
Apres plusieurs recherche je tombe enfin sur qlqchose qui ressemble plus à ce que je cherche: kinvoice:
* http://wiki.ubuntu-fr.org/kinvoice
Apres qlq recherche sur kinvoice, on se rends compte que le produit n'est plus développé par les developpeur originaux. On peux trouver une pseudo version 0.3 en cherchant bien (tootai).
Mais ce n'est rien, par rapport à ce que l'on trouve ici:
* http://www.julienpecqueur.com/index.php?page=15.Qfacture.html
* http://blog.julienpecqueur.com/index.php?static1/qfacture
En effet un des auteurs de patch pour kinvoice (Qt3), a décidé plutot que de porter kinvoice vers Qt4, de tout ré-écrire et cela donne un logiciel *extremement* simple d'utilisation. Le code est tres lisible, j'ai pu commencer à le patcher immédiatement:
* http://github.com/malaterre/Qfacture
et tous mes patchs ont été intégré upstream !
Pour info, une nouvelle version de Qfacture est en cours de dev, elle proposera des bindings pour mysql, psql et sqlite !
Pour info je n'ai pas testé:
* http://ae2ls.com/
* http://didaclick.free.fr/factoure/page2.html
* http://www.bedesk-express.com/index.php?redirected=bedesk5
Depuis ce forum:
* http://forum.pcastuces.com/sujet.asp?f=23&s=28457
* http://www.commentcamarche.net/forum/affich-11153671-logiciel-de-facturation-pour-auto-entrepreneu
* http://rougeetmartin.com/2011/04/06/rendez-vous-debut-mars-pour-le-lancement-du-site/
On peux trouver des references à:
* http://www.myae.fr/
* http://www.autoentreprenons.fr/
* http://www.gestan.fr/fonctionnalites/historique-des-versions/
* http://www.ciel.com/logiciels-ciel-auto-entrepreneur.aspx
myae & autoentreprenons sont des interfaces qui necessite un acces web. Je n'ai pas reussi à installer gestan sur mon windows 7 (64bits), l'installation ne s'arrete jamais...
J'ai essayer ciel version AE, l'installation passe bien, la configuration est simple, on rentre le SIRET, il rempli les champs nom, adresse et teléphone automatiquement...mais ensuite l'interface est totalement illisible !
Apres plusieurs recherche je tombe enfin sur qlqchose qui ressemble plus à ce que je cherche: kinvoice:
* http://wiki.ubuntu-fr.org/kinvoice
Apres qlq recherche sur kinvoice, on se rends compte que le produit n'est plus développé par les developpeur originaux. On peux trouver une pseudo version 0.3 en cherchant bien (tootai).
Mais ce n'est rien, par rapport à ce que l'on trouve ici:
* http://www.julienpecqueur.com/index.php?page=15.Qfacture.html
* http://blog.julienpecqueur.com/index.php?static1/qfacture
En effet un des auteurs de patch pour kinvoice (Qt3), a décidé plutot que de porter kinvoice vers Qt4, de tout ré-écrire et cela donne un logiciel *extremement* simple d'utilisation. Le code est tres lisible, j'ai pu commencer à le patcher immédiatement:
* http://github.com/malaterre/Qfacture
et tous mes patchs ont été intégré upstream !
Pour info, une nouvelle version de Qfacture est en cours de dev, elle proposera des bindings pour mysql, psql et sqlite !
Pour info je n'ai pas testé:
* http://ae2ls.com/
* http://didaclick.free.fr/factoure/page2.html
* http://www.bedesk-express.com/index.php?redirected=bedesk5
Wednesday, June 8, 2011
Resizing a Vista partition
Disk Utility works somewhat, but I could reduce my Vista partition from an initial 500Gb only down to 250Gb... that was still too big !
Steps:
* Get MyDefrag
* Remove swap file
* Run MyDefrag !
* re-add swap file
Ref:
* http://www.vistarewired.com/2007/02/16/how-to-resize-a-partition-in-windows-vista
* http://www.vistarewired.com/2007/04/07/how-to-work-with-partitions-in-windows-vista-xp-when-disk-management-doesnt-work#comment-3471
* http://www.mydefrag.com/
Steps:
* Get MyDefrag
* Remove swap file
* Run MyDefrag !
* re-add swap file
Ref:
* http://www.vistarewired.com/2007/02/16/how-to-resize-a-partition-in-windows-vista
* http://www.vistarewired.com/2007/04/07/how-to-work-with-partitions-in-windows-vista-xp-when-disk-management-doesnt-work#comment-3471
* http://www.mydefrag.com/
Installing Windows XP on a SATA Drive
Believe it or not. A download of Windows XP with SP3 directly from msdn will not include SATA driver at all !
So when F6 is not an option for you (no floppy drive), give nLite a try !
ref:
* http://jcalcote.wordpress.com/2008/01/05/installing-windows-xp-on-a-sata-drive/
* http://www.digitgeek.com/how-to-slipstream-sata-drivers-into-xp-cd/
* http://news.softpedia.com/news/Install-Windows-XP-On-SATA-Without-a-Floppy-F6-47807.shtml
* http://h30499.www3.hp.com/t5/Home-PCs-Pavilion-Presario/Pavilion-a6643it-problem-with-xp-install-STOP-0x0000007B/m-p/1100317/message-uid/1100317/highlight/true#U1100317
Box is a HP Pavilion a6643fr Desktop PC:
* http://h10025.www1.hp.com/ewfrf/wc/product?lc=en&dlc=en&cc=us&softwareitem=pv-28739-16&os=228&product=3813847
So when F6 is not an option for you (no floppy drive), give nLite a try !
ref:
* http://jcalcote.wordpress.com/2008/01/05/installing-windows-xp-on-a-sata-drive/
* http://www.digitgeek.com/how-to-slipstream-sata-drivers-into-xp-cd/
* http://news.softpedia.com/news/Install-Windows-XP-On-SATA-Without-a-Floppy-F6-47807.shtml
* http://h30499.www3.hp.com/t5/Home-PCs-Pavilion-Presario/Pavilion-a6643it-problem-with-xp-install-STOP-0x0000007B/m-p/1100317/message-uid/1100317/highlight/true#U1100317
Box is a HP Pavilion a6643fr Desktop PC:
* http://h10025.www1.hp.com/ewfrf/wc/product?lc=en&dlc=en&cc=us&softwareitem=pv-28739-16&os=228&product=3813847
Subscribe to:
Posts (Atom)