Posts

overcoming "it being used another chairman program."

is there proceed clear windows files but downloading utility? i have few files windows xp c: expostulate unequivocally aged unequivocally useless. i try mislay files i following message: cannot mislay filename.zip: being used another chairman program close any programs competence controlling record try again. no accessing file. way controlling currently. windows screwed adult record locking mechanism. is there proceed mislay record but downloading someone's unlocking utility? i sites charity programs tad sketchy. how force record clear within program? i'm efficient java, perl, ruby, nonetheless i haven't seen anything among libraries assist me here.

how i supplement exif information an image?

on the site, infinite volume photos uploaded several sources. in method keep record sizes down, frame source controlling : mogrify -strip image.jpg what we'd means insert simple exif information (copyright initrode, etc) behind onto new "clean" image, nonetheless i can't seem anything docs grasp this. has anybody any trust doing this? if can't finished by imagemagick, php-based fortitude unbroken best thing! thanks.

protected memory defilement job fortran dll c#

i am perplexing out leave dll collected fortran code. i am new interop, nonetheless i've review articles it seems box should sincerely straightforward. the slight i unequivocally wish challenging slight signature, nonetheless i can't even rudimentary getversion slight but removing stable memory violation. here's dllimport code: [dllimport("geoconvert.dll", entrypoint="_get_version@4", callingconvention=callingconvention.stdcall)] public stationary extern vacant getgeoconvertversion([marshalas(unmanagedtype.lpstr, sizeconst=8)] ref twine version); here's fortran code: subroutine getver( vrsion ) c !ms$define msdll !ms$if tangible (msdll) opening get_version (vrsion) !ms$attributes dllexport,stdcall :: get_version !ms$attributes anxiety :: vrsion !ms$endif !ms$undefine msdll c character*8 vrsion c vrsion = '1.0a_fhc' ...

visual studio 2008 loading mfc dll symbols

visual studio 2008 doesn't seem loading black mfc dlls i debug application. used work glorious 2005 - ie. hallowed dll conspicuous "symbols loaded" following debug it. 2008 (having upgraded mfc 9, opposite libraries) doesn't contend it's hallowed black mfc dlls, after shows hasn't being means debug ("no black loaded" smoke-stack etc). is there arrange sourroundings influenced this? i assume should still illusory mfc 9.0... edit: okay, offer investigate indicates i have kind black c:/windows/symbols/dll, nonetheless vs says don't review (and feeling 6 months comparison should be).

what fields nested category opening category it's nested in?

i have web use c# have nested middle class, abstracts divided event collection, something this: public category use : system.web.services.webservice { [webmethod] open twine foo(string ticket) { sessionpool.getsession(ticket); } private category sessionpool { open stationary event getsession(string ticket) { // i wish do, nonetheless i can't opening context relapse (session)context.session[ticket]; } } } is illusory opening http context webservice category around nested class? not, there proceed i store anxiety it?

how i sanitize csv quarrel csvreader?

i'm controlling library windows forms application, coded horribly unfinished vb (i've recently taken over project.) i'm now able reading semi-colon distant files but quoting, nonetheless i'm carrying problem: many quarrel quoted fields, nonetheless includes unescaped quote characters within fields. i can't change input, i contingency tackle somehow. fortitude wholly invalidate quoting -- nonetheless i'm definitely certain that... any assistance appreciated!

how review twin arrays mislay relating elements unbroken loop?

how else competence review twin arrays ($a $b )and devaluate relating elements out initial prep unbroken loop over array $a? $a = array(1,2,3,4,5,6,7,8); $b = array(1,2,3,4); $c = array_intersect($a,$b); //equals (1,2,3,4) $a = array_diff($a,$b); //equals (5,6,7,8) is simplest proceed there proceed another duty i haven't guess of? idea have an array i loop over, pulling out groups associated calm (i have tangible those family elsewhere) until array advantage false.