The file psdread.cpp calls CheckITsDLL() on line ~145 and ~216. That function is declared in dllversion.h. However, I can't seem to find it in a .lib, source, etc.
I've searched, grep'd, googled, and even resorted to http://beta.search.msn.com/...... and I unless I'm really spacing, I can't find it anywhere.
Will someone please point me to this function?
Thanks!
Steve
CheckITSDLL is defined in checkdll.cpp
Related
Hi all,
I'm trying to develop an application to replace cprog and its uggly notification bubbles...
I've searched everywhere for technique on how to handle telephony and avoid cprog.exe bubbles...
I found lots and lots of posts about TAPI, setlineAppPriority, killing cprog.exe, replacing cprog.exe by a simple empty application...
But I didn't found a real answer for my needs.
I'm asking people who made applications like that (dialers...) if they can just help me with some clues (just the method they used, if they kill cprog, if they use lineSetAppPriority or anything else).
I've searched everywhere on the Internet but there's no documentation, neither any procedure to follow to do something like this.
Please help me, I'm stuck, really stuck and I know on this forum some people can help me.
Thanks in advance !
Best regards
Steeve
Hi,
in Start => Settings => Sounds&Notifications select the Notifications tab. Here you can enable/disable those bubbles for various events. Maybe, you succeed in avoiding phone notifications.
in HKEY_CURRENT_USER\\ControlPanel\\Notifications\\etc... you'll find the according registry settings.
I'm sorry if this was posted somewhere, but I was unable to find it anywhere. I am looking for some reference for the wm6 registry keys. I learned from googling and from different posts here the more standard ones (i.e. HKLM/System/State/Hardware/Wifi for wifi connection status) but I would like to get it as complete as possible, specially for net/battery/mem status, etc. In principle it would be to be used on some mortscripts.
Thanks in advance,
Alex
Anyone?
Sorry to revive it, but anyone knows about any book/web reference?
All I could find is this:
http://wiki.modaco.com/index.php/Windows_Mobile_5_Registry_Tweaks
Alex
Hello, I'm developing an application that uses tapatalk xmlrpc api to get the content of some forums. I've just reached the point where the user gets to the posts and I stumbled with this particular problem.
I get the text of each post and put it on a textview. After that I put it in a textview on a list. The text contains the BBCode of the forum. By this I mean it contains text such as "[URL...", quotes, etc. I want to do as it is done on xda app; there if there is a link it is displayed as a link and it can be clicked, if there is a quote it is displayed as a quote.
I was hoping to get some guidelines on how to achieve this. I haven't worked with BBCode before. All I could think of is parsing the text with string attributes such as .contains, .split, etc. And even if I do that and separate everything then I have to join everything back again, put clicklisteners on different parts of the text, etc; and for now I'm clueless on how to achieve that. But I think there should be an easier way and, since that is solved on the xda app, I was hoping that someone here gets me in the right direction.
Thanks in advance!
Hi
I'm working on getting BFS into my vibrant kernel and I keep getting this error when I try to compile
kernel/sched_bfs.c:7030: error: 'struct signal_struct' has no member named 'prev_stime'
kernel/sched_bfs.c:7029: error: 'struct signal_struct' has no member named 'prev_utime'
I've been trying to find the source of the issue, does anyone have any ideas? Possibly some nudge in the right direction to fixing it?
thanks
ECOTOX
its been a long time since ive done any c programming but i can tell you that for some reason the structure being referenced does not contain the field that the code is asking for. you can goto lines 7030 and 7029 and see what is trying to be done to those fields in the struct. if its something simple like setting those values then it would be easy to add those fields to the structure. you would have to determine what type they would need to be and where the original struct is found in source.
also, what is BFS? could this be a version issue?
i really dont know why this is happening but i can at least tell you what is happening if that helps at all...
killersnowman said:
its been a long time since ive done any c programming but i can tell you that for some reason the structure being referenced does not contain the field that the code is asking for. you can goto lines 7030 and 7029 and see what is trying to be done to those fields in the struct. if its something simple like setting those values then it would be easy to add those fields to the structure. you would have to determine what type they would need to be and where the original struct is found in source.
also, what is BFS? could this be a version issue?
i really dont know why this is happening but i can at least tell you what is happening if that helps at all...
Click to expand...
Click to collapse
Well I looked there and it all looks good (I know a decent amount of C myself). The problem is finding where it is originating fro
thanks alot for the attempt at helping =] btw BFS is a cpu scheduler
Hi,
Does anyone know of a private keyboard, I mean a privacy-preserving keyboard, ideally with swipe functionality, i.e. one that does not need to access the internet as a permission?
Currently I feel, in the end, all keyboards are actually key loggers and they actually send anything we type with them to our good old friends at google / the NSA for whatever purposes; so what the point of any privacy afterwards if everything is logged from the moment you use the keyboard?!
I searched XDA, prism-break, the Guardian Project, F-Droid... but I could not find any, the closest is probably the Hacker's keyboard.
Please don't flame me - I thought this was the right forum for my question.
Thanks a lot
beng
See my post about this issue on reddit.